home *** CD-ROM | disk | FTP | other *** search
/ The Perfect PC - Ultimate Utilities / The Perfect PC - The Multimedia Compliment to PC Magazine - Ultimate Utilities (Ziff-Davis)(Volume 4 Number 2)(1996).ISO / zdbench / wb96 / runwb.in_ / runwb.in
Text File  |  1995-11-12  |  12KB  |  282 lines

  1. ; This file is a prototype for the .INI file you can
  2. ; use to run WinBench 96 in batch mode (i.e. non-interactively).
  3. ;
  4. ; To run WinBench 96 in batch mode, use the command line:
  5. ;
  6. ;    WB96 AUTO filename.ini
  7. ;
  8. ; The file named "filename.ini" supplies WinBench 96's environment
  9. ; settings, the tests WinBench 96 will run, and the names of
  10. ; its results files.
  11. ;
  12. ; You can copy and edit this file to reflect the environment
  13. ; settings for your computer. You can also create a suite
  14. ; file that describes the tests you want to run and refer to
  15. ; it in the StepN section(s) below. Change the settings in the
  16. ; StepN section(s) to specify the names of your result files.
  17.  
  18. [Environment]
  19.  
  20. ; Normally WinBench 96 remembers any changes you make to the
  21. ; environment settings using the Disclosure Questionnaire in
  22. ; the DISCLOSE.INI file.  You can override the settings in the
  23. ; DISCLOSE.INI file by copying entries from the ChangedByUser
  24. ; or NotChangedByUser sections in the DISCLOSE.INI file to
  25. ; this section and modifying them.
  26.  
  27. ; In addition, you can use DOS environment variables to override
  28. ; some of the entries in DISCLOSE.INI. The table below identifies
  29. ; the entries and their associated DOS environment variables.
  30.  
  31. ;       Entry                   Environment Variable
  32. ;
  33. ;       PIN                     PIN
  34. ;       Variant1                VARIANT1
  35. ;       Variant2                VARIANT2
  36. ;       Variant3                VARIANT3
  37. ;       Variant4                VARIANT4
  38. ;       Variant5                VARIANT5
  39. ;       Project                 PROJECT
  40. ;       Tester Name             TESTER
  41. ;       Tester Organization     TESTORG
  42.  
  43. ; WinBench 96 contains tests that, with your help, can determine
  44. ; an appropriate value for the following fields. You can enable
  45. ; these tests by removing the semicolon (;) at the beginning of
  46. ; each line.
  47.  
  48. ;Display Refresh Rate=Determine With Test
  49. ;Display Cursor Type=Determine With Test
  50. ;Display Color Reproduction=Determine With Test
  51.  
  52. [Options]
  53.  
  54. ; Setting ExitWindows to True causes WinBench 96 to exit Windows
  55. ; when WinBench 96 terminates. The default value is False, so
  56. ; WinBench 96 normally exits and leaves Windows running.
  57.  
  58. ExitWindows=False
  59.  
  60. ; Setting ExitBenchmark to True causes WinBench 96 to exit when
  61. ; it completes all its tests. The default value is True,
  62. ; so WinBench 96 normally stops after completing its tests.
  63.  
  64. ExitBenchmark=True
  65.  
  66. ; Setting DemoMode to True causes WinBench 96 to run the test suite
  67. ; specified in the first step in demo mode.  The default
  68. ; value is False.
  69. ; WinBench 96 will not save any results when it runs in demo mode,
  70. ; and it will ignore the ExitWinBench and ExitWindows settings,
  71. ; as well as all sections named [StepN], where N is larger than 1.
  72.  
  73. DemoMode=False
  74.  
  75. ; Setting these two options to True causes WinBench 96 to check the
  76. ; Configuration Information.
  77.  
  78. Display tips before testing=False
  79. Display custom configuration before testing=False
  80.  
  81. ; If you enable the custom configuration above, you must supply the
  82. ; full path name of the custom configuration file in the next item.
  83.  
  84. Custom configuration file=pathname
  85.  
  86. [Messages]
  87.  
  88. ; InitMessage contains a time-out value in seconds and a string
  89. ; that WinBench 96 displays in a message box after it starts. This
  90. ; field is optional.
  91.  
  92. ; A time-out value of 0 indicates that WinBench 96 will display the
  93. ; message box until the tester closes that box. WinBench 96 replaces
  94. ; tilde characters (~) with line breaks in the actual message
  95. ; box.
  96.  
  97. InitMessage=10,WinBench 96 is starting.
  98.  
  99. [StepN]
  100.  
  101. ; Repeat the StepN section as many times as you want, with N
  102. ; starting at 1 and increasing. Each section specifies a suite
  103. ; of tests to run, options WinBench 96 should use during those
  104. ; tests, and results files to save. You can also specify comparison
  105. ; machines you wish to use in the Chart and Table of Results.
  106. ; This option is useful, however, only in the last StepN section.
  107.  
  108. ; The Suite setting specifies the path name of the suite
  109. ; file that contains the list of tests to run and/or display.
  110. ; The CUSTOM.WBS suite contains all tests.  You can create
  111. ; additional suite files by using the Suite/Create menu item.
  112. ;
  113. ; Every Step section must have a Suite setting.
  114.  
  115. Suite=c:\zdbench\wb96\suites\custom.wbs
  116.  
  117. ; WinBench 96 adds the following fields to the results file. You
  118. ; would normally change them by using the Disclosure Questionnaire 
  119. ; window. These fields let you change the Description and Comments 
  120. ; for each Step. You can set these fields in the Environment
  121. ; section above or use different values for each step.
  122.  
  123. ;Description=Tester Must Supply
  124. ;Comments=Tester Must Supply
  125.  
  126. ; Setting ClearResults to False prevents WinBench 96 from forgetting
  127. ; all results from previous steps.  The default value is True,
  128. ; meaning WinBench 96 will forget all previous results at the start
  129. ; of the step.
  130.  
  131. ClearResults=True
  132.  
  133. ; Setting DontRunTests to True prevents WinBench 96 from running
  134. ; the tests specified in the Suite.  This option is useful for
  135. ; displaying results from comparison machines without running
  136. ; the tests. The default value is False, meaning WinBench 96 will
  137. ; run its tests.
  138.  
  139. DontRunTests=False
  140.  
  141. ; The CompareN entries specify up to four comparison machine
  142. ; results files you wish to use in the Table and Chart of
  143. ; Results.  These settings are all optional.
  144.  
  145. ;Compare1=c:\zdbench\wb96\exports\results1.txt
  146. ;Compare2=c:\zdbench\wb96\exports\results2.txt
  147. ;Compare3=c:\zdbench\wb96\exports\results3.txt
  148. ;Compare4=c:\zdbench\wb96\exports\results4.txt
  149. ;Compare5=c:\zdbench\wb96\exports\results5.txt
  150.  
  151. ; Setting IncludeResults to False prevents WinBench 96 from
  152. ; displaying the current results in the Chart of Results
  153. ; window.  You must specify at least one comparison machine
  154. ; to exclude the current results. The default value is True,
  155. ; meaning WinBench 96 will display the current results in the
  156. ; Chart of Results window.
  157.  
  158. IncludeResults=True
  159.  
  160. ; StartMessage and EndMessage contain a time-out value in
  161. ; seconds and a string WinBench 96 displays in a message box
  162. ; at the beginning and end of the Step, respectively. Both
  163. ; messages are optional. A time-out value of 0 indicates
  164. ; WinBench 96 will display the message box until the tester
  165. ; closes that box. WinBench 96 replaces tilde characters (~)
  166. ; with line breaks in the message box.
  167.  
  168. StartMessage=10,WinBench 96 is about to start running the custom suite.
  169. EndMessage=10,WinBench 96 has saved the results in the file~RESULTS.TXT.
  170.  
  171. ; You may define test settings below.
  172.  
  173. ; The 'Disk Drive' setting specifies which drive WinBench 96 should use
  174. ; for all of the disk tests.
  175.  
  176. ;Disk Drive=C
  177.  
  178. ; The 'CD-ROM Drive' setting specifies which drive WinBench 96 should use
  179. ; for all of the CD-ROM and Video tests.
  180.  
  181. ;CD-ROM Drive=D
  182.  
  183. ; The Video settings control how WinBench 96 plays video clip files.  Some
  184. ; settings have special values.  For example the 'Playback Directory'
  185. ; setting can be a path (e.g. C:\TEMP) or the constant 'DoNotCopyBeforePlay'
  186. ; to specify that WinBench 96 should play the video clip from the CD-ROM.
  187. ;
  188. ;       Video:Playback Directory  Directory path to which WinBench 96 copies
  189. ;                                 the video clips and from which WinBench 96 
  190. ;                                 plays the video clips or 'DoNotCopyBeforePlay'.
  191. ;                                 This setting let you run the video clips
  192. ;                                 from a local or network drive instead of
  193. ;                                 a CD-ROM drive.
  194. ;       Video:Compute FPS         Enables or disables WinBench 96's
  195. ;                                 computation of the maximum display rate
  196. ;                                 (frames per second). Valid values are
  197. ;                                 'Yes' and 'No'. The default value is 'Yes'.
  198. ;       Video:Compute Utilization Enables or disables WinBench 96's
  199. ;                                 computation of the CPU utilization. Valid
  200. ;                                 values are 'Yes' and 'No'.  The default
  201. ;                                 value is 'Yes'.
  202. ;
  203. ; For example, the following setting tells WinBench 96 to copy all video
  204. ; clips to the TEMP directory on drive C before playing them.
  205.  
  206. ;Video:Playback Directory=C:\TEMP
  207.  
  208. ; The following setting prevents WinBench 96 from computing the maximum
  209. ; display for all video tests.
  210.  
  211. ;Video:Compute FPS=no
  212.  
  213. ; The following setting prevents WinBench 96 from computing the CPU
  214. ; utilization for all video tests.
  215.  
  216. ;Video:Compute Utilization=no
  217.  
  218. ; The following settings are only valid for the 'User Supplied Video Clip'
  219. ; video test. You must specify the 'Video Clip Path' setting for the 'User
  220. ; Supplied Movie' video test.
  221. ;
  222. ;       Video/User Supplied Video Clip:Video Clip Path
  223. ;                                 The path(s) to the video clip file(s) you
  224. ;                                 want WinBench 96 to play. Separate each 
  225. ;                                 path and file name with semicolons.
  226. ;       Video/User Supplied Video Clip:Scale Factor
  227. ;                                 X,Y scale factors or 'FullScreen'.
  228. ;                                 For example '0.5,0.5' plays the video clip
  229. ;                                 at half its original size. The default is
  230. ;                                 '1,1'. 'FullScreen' scales the video clip
  231. ;                                 to completely fill the WinBench 96 main
  232. ;                                 window.
  233. ;       Video/User Supplied Video Clip:Alignment
  234. ;                                 Specifies the X and Y alignment of the
  235. ;                                 window. A value of 0 aligns the video clip
  236. ;                                 window on an 8-pixel boundary. A value of
  237. ;                                 7 aligns the window 7 pixels to the right
  238. ;                                 or below an 8-pixel boundary. The default
  239. ;                                 value is '0,0'.
  240. ;       Video/User Supplied Video Clip:Clipping Windows
  241. ;                                 A string in the form 'N,X,Y,WIDTH,HEIGHT'
  242. ;                                 where N is the video clip index (1-4) the
  243. ;                                 window is relative to; X and Y are the window
  244. ;                                 coordinates specified as percentages of the
  245. ;                                 movie size; WIDTH and HEIGHT are the window
  246. ;                                 size specified as percentage of the video
  247. ;                                 clip size.  For example '1,0,0,50,100'
  248. ;                                 creates a window that would clip the left
  249. ;                                 half (50% width, Full height) of the first
  250. ;                                 video clip. The default value '0,0,0,0,0'
  251. ;                                 uses no clipping windows.
  252. ;
  253. ; The following setting tells WinBench 96 to play the video clip C:\AVI\TEST.AVI
  254. ; when you run the User Supplied Video Clip test, scale the video clip by a
  255. ; factor of two in height and width, play the video clip in an unaligned window,
  256. ; and use a clipping window.
  257.  
  258. ;Video/User Supplied Video Clip:Video Clip Path=C:\AVI\TEST.AVI
  259. ;Video/User Supplied Video Clip:Scale Factor=2,2
  260. ;Video/User Supplied Video Clip:Alignment=1,1
  261. ;Video/User Supplied Video Clip:Clipping Windows=1,0,0,50,100
  262.  
  263. ; You may save results from this step in a database by
  264. ; uncommenting the Database setting and changing the
  265. ; path name of the database directory.
  266.  
  267. ;Database=c:\zdbench\results.zdb
  268.  
  269. ; Edit the settings below by changing the file name and
  270. ; directory name to specify the results files you want
  271. ; to produce.  Comment out any settings for result files
  272. ; you do not want. You can produce all three types of
  273. ; result files or any subset of the results files you like.
  274.  
  275. ;TextFile=c:\zdbench\wb96\exports\results.txt
  276. ;XLSFile=c:\zdbench\wb96\exports\results.xls
  277. ;CSVFile=c:\zdbench\wb96\exports\results.csv
  278.  
  279. [StepN+1]
  280.  
  281. ; Repeat the StepN settings as many times as you want.
  282.